Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trikitrok/9ac2974010b3b32edbe9 to your computer and use it in GitHub Desktop.
Save trikitrok/9ac2974010b3b32edbe9 to your computer and use it in GitHub Desktop.

Password Validator kata

  • A password should have more than 6 chars

  • A password should contain at least 1 char in upper case

  • A password should contain at least 1 char in lower case

  • A password should contain at least 1 underscore

  • A password should contain at least 1 number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment